LINQ: transform an array [,] into array[]

Posted by code4life on Stack Overflow See other posts from Stack Overflow or by code4life
Published on 2010-04-07T18:19:33Z Indexed on 2010/04/07 18:23 UTC
Read the original article Hit count: 138

Filed under:
|
|

I know this is kind of a dumb question, but does anyone have an elegant (or non-elegant) LINQ approach to transform a 2D array (object[,]) into a 1D array (object[]) comprised of the first dimension of the 2D array?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about c#